home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Macintosh Debugging / Leaks / Leaks.make < prev    next >
Encoding:
Text File  |  1991-09-12  |  739 b   |  29 lines  |  [TEXT/MPS ]

  1. #   File:       Leaks.make
  2. #   Target:     Leaks
  3. #   Sources:   Leaks.a Leaks.p
  4. #   Created:    Tuesday, October 16, 1990 7:56:42 PM
  5. #
  6. #    Note that the link order is important. If you link something else first,
  7. #    it will barf in the BuildDcmd.
  8. #
  9. # 5/23/91: changed the Link statement for the MPW 3.2 version of libraries.
  10.  
  11. Leaks.p.o ƒ Leaks.make Leaks.p
  12.      Pascal  Leaks.p
  13. Leaks.a.o ƒ Leaks.make Leaks.a
  14.      Asm  Leaks.a
  15. dcmdGlue.a.o    ƒ    dcmdGlue.a
  16.     asm    -o dcmdGlue.a.o    dcmdGlue.a
  17.  
  18. SOURCES = Leaks.a Leaks.p
  19. OBJECTS = dcmdGlue.a.o Leaks.a.o Leaks.p.o
  20.  
  21. Leaks ƒ Leaks.make {OBJECTS}
  22.     Link -sg Main=PASLIB,%A5INIT  ∂
  23.         {OBJECTS} ∂
  24.         "{Libraries}"Runtime.o ∂
  25.         "{Libraries}"Interface.o ∂
  26.         "{PLibraries}"PasLib.o ∂
  27.         -o Leaks
  28.     BuildDcmd Leaks 45115
  29.